Call face-initialize.
(normal-top-level): Call frame-notice-user-settings explicitly.
(run-hooks 'emacs-startup-hook)
(and term-setup-hook
(run-hooks 'term-setup-hook))
+ (frame-notice-user-settings)
(and window-setup-hook
(run-hooks 'window-setup-hook)))))
;; Re-attach the program name to the front of the arg list.
(setcdr command-line-args args))
+ ;; Under X Windows, this creates the X frame and deletes the terminal frame.
+ (frame-initialize)
+
+ (face-initialize)
+
(run-hooks 'before-init-hook)
;; Run the site-start library if it exists. The point of this file is